安裝 vim-devicons 檔案圖示


Posted by Calon on 2022-04-25

每次在不同的電腦重新設定 vim-devicons 都會在安裝 Nerd Font compatible font 上花好多時間,在此紀錄一下。

vim-devicons GitHub

  1. 安裝 Nerd Font compatible font 並將此字體設為終端機字體。
  2. 安裝完官方的還要安裝此連結裡的字體才能完整安裝
  3. 使用 Vim plugin 管理器安裝,在此使用 vim-plug
    Plug 'ryanoasis/vim-devicons'
    
  4. .vimrc 裡設置下面這段:
    set encoding=UTF-8
    

#vim







Related Posts

[ 紀錄 ] 實戰練習 - 部落格 (以 Express 實作前端 + 後端)

[ 紀錄 ] 實戰練習 - 部落格 (以 Express 實作前端 + 後端)

[Hardware] 讀卡機編碼格式、卡片相關資訊

[Hardware] 讀卡機編碼格式、卡片相關資訊

30-Day LeetCoding Challenge 2020 April Week 3 || Leetcode 解題

30-Day LeetCoding Challenge 2020 April Week 3 || Leetcode 解題


Comments